[@Scroll]
{ 
Hi, I am a magician that can add to your stats for a certain amount of time\
All i need is you to give me certain scrolls\
Give <DC Scroll/@dcscroll>. This Adds To Your DC.\
Give <Point Scroll/@PointScroll>This Adds To Your Experiance and Experiance Gained.\
Give <Level Scroll/@levelscroll>This Adds To Your Level.\
Give <Mana Scroll/@Manascroll>This Adds To Your Mana.\ \
Give <Member Scroll/@Memberscroll>This Takes away Game Points and adds Experiance\ \
<Back/@main> <Exit/@exit>

[@dcscroll]

You have some DC Scrolls? \
Give them to me to release a spirit upon you of great Power.\ 
However this spirit can only live in this world for a short time.\
Give <DC Scroll 1/@AttackScoll1>Upgrade your DC by 1.2 for 30minutes\
Give <DC Scroll 2/@AttackScoll2>Upgrade your DC by 1.5 for 30minutes\
Give <DC Scroll 3/@AttackScoll3>Upgrade your DC by 2.0 for 30minutes\ \
<Back/@ChgScroll> <Exit/@exit>

[@AttackScoll1]
#IF
    checkitem DCScroll1 1
#ACT
    take DC Scroll1 1 
    ManaRATE 120 1800
  SENDMSG 5 %sһɹ,ǰΪ1.2,ʱΪ30,ף!!!
#SAY
The Spirit Flows Through Your Blood\ \
<Back/@dcscroll><Exit/@exit>\  
#ELSESAY
You Do Not Have That Item\ \
<Back/@dcscroll> <Exit/@exit>

[@AttackScoll2]
#IF
    checkitem DCScroll2 1
#ACT
    take DCScroll2 1 
    ManaRATE 120 1800
  SENDMSG 5 %sһɹ,ǰΪ1.5,ʱΪ30,ף!!!
#SAY
The Spirit Flows Through Your Blood\ \
<Back/@dcscroll> <Exit/@exit> 
#ELSESAY
You Do Not Have That Item\ \
<Back/@dcscroll> <Exit/@exit>

[@AttackScoll3]
#IF
    checkitem DCScroll3 1
#ACT
    take DCScroll3 1 
    ManaRATE 150 1800
  SENDMSG 5 %sһɹ,ǰΪ2,ʱΪ30,ף!!!
#SAY
The Spirit Flows Through Your Blood\ \
<Back/@dcscroll> <Exit/@exit> 
#ELSESAY
You Do Not Have That Item\ \
<Back/@dcscroll><Exit/@exit>
 
;------------------------------------------------------------------------

[@Manascroll]
 
You have some Mana Scrolls? \
Give them to me to release a spirit upon you of great Power.\ 
However this spirit can only live in this world for a short time.\
Give <Mana Scroll 1/@ManaScoll1>This upgrade your mana by 50 for 30minutes\
Give <Mana Scroll 2/@ManaScoll2>This upgrade your mana by 150 for 30minutes\
Give <Mana Scroll 3/@ManaScoll3>This upgrade your mana by 300 for 30minutes\ \
<Back/@ChgScroll> <Exit/@exit>

[@ManaScoll1]
#IF
    checkitem ManaScroll1 1
#ACT
    take ManaScroll1 1 

  SENDMSG 5 %sһɹ,ǰΪ1.2,ʱΪ30,ף!!!
#SAY
The Spirit Flows Through Your Blood\ \
<Back/@Manascroll><Exit/@exit>
#ELSESAY
You Do Not Have That Item\ \
<Back/@Manascroll><Exit/@exit>

[@ManaScoll2]
#IF
    checkitem ManaScroll2 1
#ACT
    take ManaScroll2 1 
    ManaRATE 120 1800
  SENDMSG 5 %sһɹ,ǰΪ1.5,ʱΪ30,ף!!!
#SAY
The Spirit Flows Through Your Blood\ \
<Back/@Manascroll><Exit/@exit>
#ELSESAY
You Do Not Have That Item\ \
<Back/@Manascroll><Exit/@exit>

[@ManaScoll3]
#IF
    checkitem ManaScroll3 1
#ACT
    take ManaScroll3 1 
    ManaRATE 150 1800
  SENDMSG 5 %sһɹ,ǰΪ2,ʱΪ30,ף!!!
#SAY
The Spirit Flows Through Your Blood\ \
<Back/@Manascroll><Exit/@exit>
#ELSESAY
You Do Not Have That Item\ \
<Back/@Manascroll><Exit/@exit>
 
;-------------------------------------------------------------------------------
[@PointScroll]
 
You have some Point Scrolls? \
Give them to me to release a spirit upon you of great Power.\ 
Give <Exp Scroll1/@ExpScoll1>Adds 500000 Experiance\
Give <Exp Scroll2/@ExpScoll2>Adds 1000000 Experiance\
Give <Exp Scroll3/@ExpScoll3>Adds 5000000 Experiance\
<Or:>Upgrade Experiance earned\
Give <Exp Scroll4/@ExpScoll4>Multiply Experiance earned by 2\
Give <Exp Scroll5/@ExpScoll5>Multiply Experiance earned by 3\
Give <Exp Scroll6/@ExpScoll6>Multiply Experiance earned by 4\
<Back/@ChgScroll> <Exit/@exit>
[@ExpScoll1]
#IF
    checkitem EXPScroll1 1
#ACT
    take EXPScroll1 1 
    CHANGEEXP + 500000
#SAY
The Spirit Flows Through Your Blood\ \
<Back/@PointScroll><Exit/@exit>
#ELSESAY
You Do Not Have That Item\ \
<Back/@PointScroll><Exit/@exit>
[@ExpScoll2]
#IF
    checkitem EXPScroll2 1
#ACT
    take EXPScroll2 1 
    CHANGEEXP + 1000000
#SAY
The Spirit Flows Through Your Blood\ \
<Back/@PointScroll><Exit/@exit>
#ELSESAY
You Do Not Have That Item\ \
<Back/@PointScroll><Exit/@exit>
[@ExpScoll3]
#IF
    checkitem EXPScroll3 1
#ACT
    take EXPScroll3 1 
    CHANGEEXP + 5000000
#SAY
The Spirit Flows Through Your Blood\ \
<Back/@PointScroll><Exit/@exit>
#ELSESAY
You Do Not Have That Item\ \\
<Back/@PointScroll><Exit/@exit>


[@ExpScoll4]
#IF
    checkitem EXPScroll4 1
#ACT
    take EXPScroll4 1 
    KILLMONEXPRATE 200 10
  SENDMSG 5 %sһɹ,ǰΪ2ɱ־,ʱΪ2Сʱ,ף!!!
#SAY
The Spirit Flows Through Your Blood\ \
<Back/@PointScroll><Exit/@exit>
#ELSESAY
You Do Not Have That Item\ \
<Back/@PointScroll><Exit/@exit>
[@ExpScoll5]
#IF
    checkitem EXPScroll5 1
#ACT
    take EXPScroll5 1 
    KILLMONEXPRATE 300 10800
  SENDMSG 5 %sһɹ,ǰΪ3ɱ־,ʱΪ4Сʱ,ף!!!
#SAY
The Spirit Flows Through Your Blood\ \
<Back/@PointScroll><Exit/@exit>
#ELSESAY
You Do Not Have That Item\ \
<Back/@PointScroll><Exit/@exit>

[@ExpScoll6]
#IF
    checkitem EXPScroll6 1
#ACT
    take EXPScroll6 1 
    KILLMONEXPRATE 400 21600
  SENDMSG 5 %sһɹ,ǰΪ4ɱ־,ʱΪ6Сʱ,ף!!!
#SAY
The Spirit Flows Through Your Blood\ \
<Back/@PointScroll><Exit/@exit>
#ELSESAY
You Do Not Have That Item\ \\
<Back/@PointScroll><Exit/@exit>
 
;============================================================================
[@levelscroll]
You have some Level Scrolls? \
Give them to me to release a spirit upon you of great Power.\ 
Give <Level Scroll1/@LevelScroll1>Adds One Level. \
Give <Level Scroll2/@LevelScroll2>Adds Two Level's. \
Give <Level Scroll3/@LevelScroll3>Adds Three Level's. \ \
<Back/@ChgScroll> <Exit/@exit>

[@LevelScroll1]
#IF
    checkitem LevelScroll1 1
#ACT
    take LevelScroll1 1 
    CHANGELEVEL + 1
  SENDMSG 5 %sһɹ!!!
#SAY
The Spirit Flows Through Your Blood\ \
<Back/@Levelscroll><Exit/@exit>
#ELSESAY
You Do Not Have That Item\ \\
<Back/@Levelscroll><Exit/@exit>

[@LevelScroll2]
#IF
    checkitem LevelScroll2 1
#ACT
    take LevelScroll2 1 
    CHANGELEVEL + 2
  SENDMSG 5 %sһɹ!!!
#SAY
The Spirit Flows Through Your Blood\ \
<Back/@Levelscroll><Exit/@exit>
#ELSESAY
You Do Not Have That Item\ \\
<Back/@Levelscroll><Exit/@exit>

[@LevelScroll3]
#IF
    checkitem LevelScroll3 1
#ACT
    take LevelScroll3 1 
    CHANGELEVEL + 3
  SENDMSG 5 %sһɹ!!!
#SAY
The Spirit Flows Through Your Blood\ \
<Back/@Levelscroll><Exit/@exit>
#ELSESAY
You Do Not Have That Item\ \\
<Back/@Levelscroll><Exit/@exit>

[@Memberscroll]
 
Exchange <Points for Experiance/@MemberScroll1>Exchange 50 game points for 500000 Experiance.\
Exchange <Points for Experiance/@MemberScroll2>Exchange 95 game points for 1000000 Experiance.\
Exchange <Points for Experiance/@MemberScroll3>Exchange 450 game points for 5000000 Experiance.\ \
<Back/@ChgScroll> <Exit/@exit>
[@MemberScroll1]
#IF
    checkgamepoint > 50
#ACT
    gamepoint - 50
    CHANGEEXP + 500000
#SAY
The Spirit Flows Through Your Blood\ \
<Back/@MemberScroll><Exit/@exit>
#ELSESAY
You Do Not Have Enough Game Points\\
<Back/@MemberScroll><Exit/@exit>

[@MemberScroll2]
#IF
    checkgamepoint > 95
#ACT
    gamepoint - 95
    CHANGEEXP + 1000000
#SAY
The Spirit Flows Through Your Blood\ \\
<Back/@MemberScroll><Exit/@exit>
#ELSESAY
You Do Not Have Enough Game Points\\
<Back/@MemberScroll><Exit/@exit>


[@MemberScroll3]
#IF
    checkgamepoint > 450
#ACT
    gamepoint - 450
    CHANGEEXP + 5000000
#SAY
The Spirit Flows Through Your Blood\ \
<Back/@MemberScroll><Exit/@exit>
#ELSESAY
You Do Not Have Enough Game Points\\
<Back/@MemberScroll><Exit/@exit>

}